Skip to content

Housekeeping - #59

Merged
christophsax merged 5 commits into
mainfrom
housekeeping
Nov 3, 2025
Merged

Housekeeping#59
christophsax merged 5 commits into
mainfrom
housekeeping

Conversation

@christophsax

@christophsax christophsax commented Nov 3, 2025

Copy link
Copy Markdown
Member

Note

Adds a new smoke-test workflow and makes R-CMD-check run only after it succeeds, updates CI caching/versions, replaces cli alerts with base messages, updates authors, and adds badges.

  • CI/CD:
    • New Workflow: Adds /.github/workflows/smoke-test.yaml to run fast unit tests.
    • R-CMD-check: Triggers on workflow_run of smoke-test and runs only on success; expands matrix with vignettes flag; conditionally installs TinyTeX and runs separate checks for vignette/non-vignette; upgrades to actions/checkout@v5; sets cache-version: 2.
    • Coverage: Updates /.github/workflows/test-coverage.yaml to permissions: read-all, actions/checkout@v5, and cache-version: 2.
    • Pkgdown: Adds cache-version: 2 in /.github/workflows/pkgdown.yaml.
  • Package code:
    • Replaces cli::cli_alert_info with base message() in R/td.R.
  • Metadata:
    • Updates DESCRIPTION: adds contributors (Nelson Stevens, Tobias Schieferdecker); removes Imports: cli.
  • Docs:
    • README badges: adds smoke-test and pkgdown badges and reorders badges in README.Rmd/README.md.

Written by Cursor Bugbot for commit 9ecfb3c. This will update automatically on new commits. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

workflow_run:
workflows: ["smoke-test"]
types:
- completed

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: CI checks fail on pull requests due to trigger change

The R-CMD-check workflow no longer triggers on pull requests. The workflow_run trigger, configured with a branches: [main, master] filter, replaced the direct pull_request trigger. This change means pull requests from feature branches now lack full R-CMD-check coverage, significantly reducing CI validation.

Fix in Cursor Fix in Web

@christophsax
christophsax merged commit bd47afa into main Nov 3, 2025
6 checks passed
@christophsax christophsax mentioned this pull request Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants